diff --git a/website/docs/docs/test-terms.md b/website/docs/docs/test-terms.md
deleted file mode 100644
index be21d2bca1c..00000000000
--- a/website/docs/docs/test-terms.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: "Testing Terms component"
-id: "test-terms"
-pagination_next: null
-pagination_prev: null
----
-
-This should show a term: Deploying
-
-This should show a term: Data wrangling
-
-This should show a term: Model
-
-This should show demoTerm:
-
-This should show noDisplayText term id as children and displayText not set:
-
-This has displayText set but no hoverSnippet set:
-
-This should NOT show a hover snippet (but should still show children): Demo
diff --git a/website/docs/terms/hover-terms.md b/website/docs/terms/hover-terms.md
index f1e1d118d16..d0b024a941d 100644
--- a/website/docs/terms/hover-terms.md
+++ b/website/docs/terms/hover-terms.md
@@ -122,15 +122,4 @@ table:
view:
displayText: view
hoverSnippet: A view (as opposed to a table) is a defined passthrough SQL query that can be run against a database (or data warehouse).
-
-# Test terms (DELETE BEFORE MERGE)
-demoTerm:
- hoverSnippet: This is a demo term hover snippet
- displayText: Yay demo term
-
-noDisplayText:
- hoverSnippet: No Display Text hover snip
-
-noHoverSnippet:
- displayText: No Hover Snip
---