diff --git a/docs/farming-&-staking/farming/additional-guides/gpu-plotter.mdx b/docs/farming-&-staking/farming/additional-guides/gpu-plotter.mdx
index 3d5f9595cac..5a52367f560 100644
--- a/docs/farming-&-staking/farming/additional-guides/gpu-plotter.mdx
+++ b/docs/farming-&-staking/farming/additional-guides/gpu-plotter.mdx
@@ -186,43 +186,6 @@ services:
-## Common Plotting Parameters
-
-
-Enable CPU Plotting
-
-When a compatible GPU is detected, CPU plotting is automatically disabled by default, but can be re-enabled if needed by specifying number of concurrently encoded sectors: `--cpu-sector-encoding-concurrency `
-
-```bash
---cpu-sector-encoding-concurrency 2
-```
-
-
-
-
-Disable GPU Plotting
-
-```bash title="Linux"
---cuda-gpus ""
-```
-
-```powershell title="Windows"
---cuda-gpus 99
-```
-
-
-
-
-Specify spacific GPUs
-
-Specify particular GPUs for plotting rather than using all available GPUs (the default configuration employs all compatible GPUs): `--cuda-gpus `
-
-```bash
---cuda-gpus 0,1,3
-```
-
-
-
## Farming Cluster
When utilizing Farming Cluster, particularly with multiple or fast GPUs, you might encounter limitations due to your network's bandwidth. High performance GPUs can easily surpass the capacity of a 1G connection. While this won't cause the process to fail, it may result in your GPU idling as it waits for data to transfer. To optimize performance in such scenarios, consider upgrading to networking solutions of 2.5G, 10G, or higher.