diff --git a/cod_base/cod_base.features.user_permission.inc b/cod_base/cod_base.features.user_permission.inc
index 5ada9dd..0479261 100644
--- a/cod_base/cod_base.features.user_permission.inc
+++ b/cod_base/cod_base.features.user_permission.inc
@@ -10,16 +10,6 @@
 function cod_base_user_default_permissions() {
   $permissions = array();
 
-  // Exported permission: access administration menu.
-  $permissions['access administration menu'] = array(
-    'name' => 'access administration menu',
-    'roles' => array(
-      0 => 'administrator',
-      1 => 'content editor',
-    ),
-    'module' => 'admin_menu',
-  );
-
   // Exported permission: access administration pages.
   $permissions['access administration pages'] = array(
     'name' => 'access administration pages',
@@ -303,16 +293,6 @@ function cod_base_user_default_permissions() {
     'module' => 'webform',
   );
 
-  // Exported permission: flush caches.
-  $permissions['flush caches'] = array(
-    'name' => 'flush caches',
-    'roles' => array(
-      0 => 'administrator',
-      1 => 'content editor',
-    ),
-    'module' => 'admin_menu',
-  );
-
   // Exported permission: notify of path changes.
   $permissions['notify of path changes'] = array(
     'name' => 'notify of path changes',
@@ -323,16 +303,6 @@ function cod_base_user_default_permissions() {
     'module' => 'pathauto',
   );
 
-  // Exported permission: use admin toolbar.
-  $permissions['use admin toolbar'] = array(
-    'name' => 'use admin toolbar',
-    'roles' => array(
-      0 => 'administrator',
-      1 => 'content editor',
-    ),
-    'module' => 'admin',
-  );
-
   // Exported permission: view advanced help index.
   $permissions['view advanced help index'] = array(
     'name' => 'view advanced help index',
diff --git a/cod_base/cod_base.info b/cod_base/cod_base.info
index 5c94281..17481dd 100644
--- a/cod_base/cod_base.info
+++ b/cod_base/cod_base.info
@@ -4,8 +4,6 @@ core = 7.x
 package = COD
 php = 5.2.4
 project = cod_base
-dependencies[] = admin
-dependencies[] = admin_menu
 dependencies[] = advanced_help
 dependencies[] = comment
 dependencies[] = dashboard
@@ -26,7 +24,6 @@ features[field][] = user-user-field_profile_interests
 features[field][] = user-user-field_profile_job_title
 features[field][] = user-user-field_profile_last
 features[field][] = user-user-field_profile_org
-features[user_permission][] = access administration menu
 features[user_permission][] = access administration pages
 features[user_permission][] = access all webform results
 features[user_permission][] = access content
@@ -56,15 +53,12 @@ features[user_permission][] = delete all webform submissions
 features[user_permission][] = delete own webform submissions
 features[user_permission][] = edit all webform submissions
 features[user_permission][] = edit own webform submissions
-features[user_permission][] = flush caches
 features[user_permission][] = notify of path changes
-features[user_permission][] = use admin toolbar
 features[user_permission][] = view advanced help index
 features[user_permission][] = view advanced help popup
 features[user_permission][] = view advanced help topic
 features[user_permission][] = view the administration theme
 features[user_role][] = administrator
 features[user_role][] = content editor
-features[variable][] = admin_toolbar
 features[variable][] = date_format_date_no_time_
 files[] = cod_base.module
diff --git a/cod_base/cod_base.strongarm.inc b/cod_base/cod_base.strongarm.inc
index c0bbb7c..bac9c5b 100644
--- a/cod_base/cod_base.strongarm.inc
+++ b/cod_base/cod_base.strongarm.inc
@@ -13,23 +13,6 @@ function cod_base_strongarm() {
   $strongarm = new stdClass();
   $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
   $strongarm->api_version = 1;
-  $strongarm->name = 'admin_toolbar';
-  $strongarm->value = array(
-    'layout' => 'vertical',
-    'position' => 'nw',
-    'behavior' => 'df',
-    'blocks' => array(
-      'admin-create' => -1,
-      'admin-theme' => 1,
-      'admin-account' => -1,
-      'system-management' => -1,
-    ),
-  );
-  $export['admin_toolbar'] = $strongarm;
-
-  $strongarm = new stdClass();
-  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
-  $strongarm->api_version = 1;
   $strongarm->name = 'date_format_date_no_time_';
   $strongarm->value = 'D, j M Y';
   $export['date_format_date_no_time_'] = $strongarm;
