diff --git a/make_post_sell/templates/product_edit.j2 b/make_post_sell/templates/product_edit.j2
index d4a8f26..709c000 100644
--- a/make_post_sell/templates/product_edit.j2
+++ b/make_post_sell/templates/product_edit.j2
@@ -546,85 +546,6 @@
{% endif %}
- {# MPS-24: manual tagging is "ghost metadata" — invisible to the
- humans and agents reading the page. Hidden by default
- (request.manual_tags_enabled, see CLAUDE.md). Tags are derived
- linguistically from the title + description instead and auto-
- applied on save. Flip MPS_FEATURES_MANUAL_TAGS_ENABLED=True to
- restore the manual chip editor below. #}
- {% if request.manual_tags_enabled %}
- {# Capability-driven: no-JS edits the comma field (persists on
- "Save Settings"); product_tags.js turns it into a chip editor
- that POSTs each add/remove to /p/{id}/tags. #}
-