Yes, you can remove a module in AngularJS by the bellow Steps - 1.Identify the module 2. remove Dependencies
angular.module('app',['moduleToRemove'])