diff --git a/awx/ui/static/js/app.js b/awx/ui/static/js/app.js
index ce3ed05116..2dad7a416e 100644
--- a/awx/ui/static/js/app.js
+++ b/awx/ui/static/js/app.js
@@ -74,7 +74,6 @@ angular.module('Tower', [
'SelectionHelper',
'License',
'HostGroupsFormDefinition',
- 'NewDashWidget',
'DashboardCountsWidget',
'DashboardChartsWidget',
'DashboardJobsWidget',
diff --git a/awx/ui/static/js/controllers/Home.js b/awx/ui/static/js/controllers/Home.js
index 2cc8e84e55..d9a2b39f5f 100644
--- a/awx/ui/static/js/controllers/Home.js
+++ b/awx/ui/static/js/controllers/Home.js
@@ -10,7 +10,7 @@
'use strict';
-function Home($scope, $compile, $routeParams, $rootScope, $location, Wait, NewDash, DashboardCounts, DashboardCharts, DashboardJobs,
+function Home($scope, $compile, $routeParams, $rootScope, $location, Wait, DashboardCounts, DashboardCharts, DashboardJobs,
ClearScope, Stream, Rest, GetBasePath, ProcessErrors, Button){
ClearScope('home');
@@ -112,7 +112,7 @@ function Home($scope, $compile, $routeParams, $rootScope, $location, Wait, NewDa
}
-Home.$inject = ['$scope', '$compile', '$routeParams', '$rootScope', '$location', 'Wait', 'NewDash', 'DashboardCounts', 'DashboardCharts', 'DashboardJobs', 'ClearScope', 'Stream', 'Rest', 'GetBasePath', 'ProcessErrors', 'Button'
+Home.$inject = ['$scope', '$compile', '$routeParams', '$rootScope', '$location', 'Wait', 'DashboardCounts', 'DashboardCharts', 'DashboardJobs', 'ClearScope', 'Stream', 'Rest', 'GetBasePath', 'ProcessErrors', 'Button'
];
diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html
index e26137bb9e..6a539cfcc1 100644
--- a/awx/ui/templates/ui/index.html
+++ b/awx/ui/templates/ui/index.html
@@ -161,7 +161,6 @@
-