diff --git a/app/views/locations/edit.html.erb b/app/views/locations/edit.html.erb
index bee510eaf..176b2a9e1 100644
--- a/app/views/locations/edit.html.erb
+++ b/app/views/locations/edit.html.erb
@@ -48,13 +48,6 @@
<%= govuk_section_break(visible: true, size: "m") %>
- <%= f.govuk_collection_radio_buttons :add_another_location,
- another_location_selection,
- :id,
- :name,
- inline: true,
- legend: { text: I18n.t("questions.location.add_another_location"), size: "m" } %>
-
<%= f.hidden_field :page, value: "edit" %>
<%= f.govuk_submit "Save and continue" %>