diff --git a/themes/bootstrap3/templates/Auth/Shibboleth/login.phtml b/themes/bootstrap3/templates/Auth/Shibboleth/login.phtml
deleted file mode 100644
index 3feb62a33fd7e3948fdb6324a1ed056932524397..0000000000000000000000000000000000000000
--- a/themes/bootstrap3/templates/Auth/Shibboleth/login.phtml
+++ /dev/null
@@ -1,3 +0,0 @@
-<? $account = $this->auth()->getManager(); ?>
-<? $sessionInitiator = $account->getSessionInitiator($this->serverUrl($this->url('myresearch-home'))); ?>
-<a href="<?=$this->escapeHtmlAttr($sessionInitiator)?>"><?=$this->transEsc("Institutional Login")?></a>
diff --git a/themes/jquerymobile/templates/Auth/Shibboleth/login.phtml b/themes/jquerymobile/templates/Auth/Shibboleth/login.phtml
deleted file mode 100644
index d4cbbac6e6bb09b67c3cf68eb47f6dc7c8951b69..0000000000000000000000000000000000000000
--- a/themes/jquerymobile/templates/Auth/Shibboleth/login.phtml
+++ /dev/null
@@ -1,3 +0,0 @@
-<? $account = $this->auth()->getManager(); ?>
-<? $sessionInitiator = $account->getSessionInitiator($this->serverUrl($this->url('myresearch-home'))); ?>
-<a rel="external" href="<?=$this->escapeHtmlAttr($sessionInitiator)?>"><?=$this->transEsc("Institutional Login")?></a>