diff --git a/editor.planx.uk/src/lib/featureFlags.ts b/editor.planx.uk/src/lib/featureFlags.ts
index a6a4304ce6..022965a276 100644
--- a/editor.planx.uk/src/lib/featureFlags.ts
+++ b/editor.planx.uk/src/lib/featureFlags.ts
@@ -1,8 +1,5 @@
// add/edit/remove feature flags in array below
-const AVAILABLE_FEATURE_FLAGS = [
- "EDITOR_NAVIGATION",
- "LIST_COMPONENT",
-] as const;
+const AVAILABLE_FEATURE_FLAGS = ["EDITOR_NAVIGATION"] as const;
type FeatureFlag = (typeof AVAILABLE_FEATURE_FLAGS)[number];
diff --git a/editor.planx.uk/src/pages/FlowEditor/components/forms/FormModal.tsx b/editor.planx.uk/src/pages/FlowEditor/components/forms/FormModal.tsx
index fb12ce623b..1aae0ee578 100644
--- a/editor.planx.uk/src/pages/FlowEditor/components/forms/FormModal.tsx
+++ b/editor.planx.uk/src/pages/FlowEditor/components/forms/FormModal.tsx
@@ -61,9 +61,7 @@ const NodeTypeSelect: React.FC<{
- {hasFeatureFlag("LIST_COMPONENT") && (
-
- )}
+