diff --git a/lms/djangoapps/instructor/views/legacy.py b/lms/djangoapps/instructor/views/legacy.py
index 171d910742..71ab0108f2 100644
--- a/lms/djangoapps/instructor/views/legacy.py
+++ b/lms/djangoapps/instructor/views/legacy.py
@@ -541,7 +541,6 @@ def instructor_dashboard(request, course_id):
'course_errors': modulestore().get_course_errors(course.id),
'instructor_tasks': instructor_tasks,
'offline_grade_log': offline_grades_available(course_key),
- 'cohorts_ajax_url': reverse('cohorts', kwargs={'course_key_string': course_key.to_deprecated_string()}),
'analytics_results': analytics_results,
'disable_buttons': disable_buttons,
diff --git a/lms/templates/course_groups/cohort_management.html b/lms/templates/course_groups/cohort_management.html
deleted file mode 100644
index 4c9ca9e5a2..0000000000
--- a/lms/templates/course_groups/cohort_management.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<%! from django.utils.translation import ugettext as _ %>
-${_("Cohort groups")}
-
-
-
-
-
-
-
-
-
-
-
-
${_("To manage beta tester roles, please visit the 'Membership' section of the instructor dashboard.")}
%if course.is_cohorted: - <%include file="/course_groups/cohort_management.html" /> +${_("To manage course cohorts, please visit the 'Membership' section of the instructor dashboard.")}
%endif %endif