diff --git a/ang/afsearchBankAccounts.aff.html b/ang/afsearchBankAccounts.aff.html
deleted file mode 100644
index ed3acb07968fd34d09f886af9e40fe3a9c870293..0000000000000000000000000000000000000000
--- a/ang/afsearchBankAccounts.aff.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<div af-fieldset="">
-  <crm-search-display-table search-name="Bank_Accounts" display-name="Bank_Accounts_Table"
-    filters="{contact_id: options.contact_id}"></crm-search-display-table>
-</div>
\ No newline at end of file
diff --git a/ang/afsearchBankAccounts.aff.php b/ang/afsearchBankAccounts.aff.php
deleted file mode 100644
index 2b4b79e4bf8aadcc2abcecffeca9e69546dcdfc5..0000000000000000000000000000000000000000
--- a/ang/afsearchBankAccounts.aff.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-use CRM_BankAccount_ExtensionUtil as E;
-return [
-  'type' => 'search',
-  'title' => E::ts('Bank Accounts'),
-  'placement' => [
-    'contact_summary_tab',
-  ],
-  'icon' => 'fa-building-columns',
-  'search_displays' => [
-    'Bank_Accounts.Bank_Accounts_Table',
-  ],
-];
diff --git a/managed/SavedSearch_Bank_Accounts.mgd.php b/managed/SavedSearch_Bank_Accounts.mgd.php
deleted file mode 100644
index bb68372e2be5866c7e0f35302f239021466d6767..0000000000000000000000000000000000000000
--- a/managed/SavedSearch_Bank_Accounts.mgd.php
+++ /dev/null
@@ -1,103 +0,0 @@
-<?php
-use CRM_BankAccount_ExtensionUtil as E;
-
-return [
-  [
-    'name' => 'SavedSearch_Bank_Accounts',
-    'entity' => 'SavedSearch',
-    'cleanup' => 'unused',
-    'update' => 'unmodified',
-    'params' => [
-      'version' => 4,
-      'values' => [
-        'name' => 'Bank_Accounts',
-        'label' => E::ts('Bank Accounts'),
-        'api_entity' => 'BankAccount',
-        'api_params' => [
-          'version' => 4,
-          'select' => [
-            'id',
-            'contact_id',
-            'description',
-            'created_date',
-            'modified_date',
-            'BankAccount_BankAccountReference_ba_id_01.reference',
-            'BankAccount_BankAccountReference_ba_id_01.reference_type_id:label',
-          ],
-          'orderBy' => [],
-          'where' => [],
-          'groupBy' => [],
-          'join' => [
-            [
-              'BankAccountReference AS BankAccount_BankAccountReference_ba_id_01',
-              'LEFT',
-              [
-                'id',
-                '=',
-                'BankAccount_BankAccountReference_ba_id_01.ba_id',
-              ],
-              [
-                'BankAccount_BankAccountReference_ba_id_01.reference_type_id:name',
-                '!=',
-                '"ENC_UK"',
-              ],
-            ],
-          ],
-          'having' => [],
-        ],
-      ],
-      'match' => ['name'],
-    ],
-  ],
-  [
-    'name' => 'SavedSearch_Bank_Accounts_SearchDisplay_Bank_Accounts_Table',
-    'entity' => 'SearchDisplay',
-    'cleanup' => 'unused',
-    'update' => 'unmodified',
-    'params' => [
-      'version' => 4,
-      'values' => [
-        'name' => 'Bank_Accounts_Table',
-        'label' => E::ts('Bank Accounts'),
-        'saved_search_id.name' => 'Bank_Accounts',
-        'type' => 'table',
-        'settings' => [
-          'description' => E::ts(''),
-          'sort' => [],
-          'limit' => 10,
-          'pager' => [],
-          'placeholder' => 1,
-          'columns' => [
-            [
-              'type' => 'field',
-              'key' => 'BankAccount_BankAccountReference_ba_id_01.reference',
-              'dataType' => 'String',
-              'label' => E::ts('Bank Account Reference'),
-              'sortable' => TRUE,
-            ],
-            [
-              'type' => 'field',
-              'key' => 'BankAccount_BankAccountReference_ba_id_01.reference_type_id:label',
-              'dataType' => 'Integer',
-              'label' => E::ts('Reference type'),
-              'sortable' => TRUE,
-            ],
-            [
-              'type' => 'field',
-              'key' => 'description',
-              'dataType' => 'String',
-              'label' => E::ts('Description'),
-              'sortable' => TRUE,
-            ],
-          ],
-          'actions' => FALSE,
-          'classes' => ['table', 'table-striped'],
-        ],
-      ],
-      'match' => [
-        'saved_search_id',
-        'name',
-      ],
-    ],
-  ],
-];