Removed netbsd-amd64 since it is offline since August-10-2020.
diff --git a/buildbot/osuosl/master/config/builders.py b/buildbot/osuosl/master/config/builders.py
index 8326cf8..26e955d 100644
--- a/buildbot/osuosl/master/config/builders.py
+++ b/buildbot/osuosl/master/config/builders.py
@@ -1483,26 +1483,6 @@
            'builddir': "fuchsia-x86_64-linux",
            'factory': FuchsiaBuilder.getFuchsiaToolchainBuildFactory(),
            'category': 'fuchsia'},
-          {'name': "netbsd-amd64",
-           'slavenames': ["netbsd-amd64"],
-           'builddir': "netbsd8",
-           'category' : 'netbsd',
-           'factory': LLDBBuilder.getLLDBScriptCommandsFactory(
-                      downloadBinary=False,
-                      runTest=True,
-                      depends_on_projects=[
-                          "cfe",
-                          "clang-tools-extra",
-                          "compiler-rt",
-                          "libcxx",
-                          "libcxxabi",
-                          "libunwind",
-                          "lld",
-                          "lldb",
-                          "llvm",
-                          "openmp",
-                          "polly",
-                      ])},
         ]
 
 # libc Builders
diff --git a/buildbot/osuosl/master/config/slaves.py b/buildbot/osuosl/master/config/slaves.py
index d1e126f..d6044b0 100644
--- a/buildbot/osuosl/master/config/slaves.py
+++ b/buildbot/osuosl/master/config/slaves.py
@@ -151,9 +151,6 @@
         # Ubuntu 16.04.3 LTS x86_64-scei-ps4, 2 x Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
         create_slave("ps4-buildslave4"),
 
-        # NetBSD amd64
-        create_slave("netbsd-amd64", properties={'jobs': 8}, max_builds=1),
-
         # Ubuntu 16.04 x86_64, 2 x Intel(R) Xeon(R) CPU E5-2690 v3 @ 2.60GHz, 64GB of RAM
         create_slave("cuda-build-test-01", properties={'jobs': 72}, max_builds=1),
         # WIP migration of the CUDA buildbot to GCE.