diff --git a/account-chooser/.gitignore b/account-chooser/.gitignore
deleted file mode 100644
index d88f3de49..000000000
--- a/account-chooser/.gitignore
+++ /dev/null
@@ -1,10 +0,0 @@
-local-values.conf
-target
-*~
-bin
-*.idea
-*.iml
-*.eml
-.project
-.settings
-.classpath
diff --git a/account-chooser/README.md b/account-chooser/README.md
deleted file mode 100644
index dd06b2b1e..000000000
--- a/account-chooser/README.md
+++ /dev/null
@@ -1,61 +0,0 @@
-# Account Choooser UI Application
-
-## Overview
-
-This is Web application created in response to [Issue #39] to permit the Client AuthenticationFilter to speak to multiple OpenID Connect Servers. The protocol between the Clinent and the Account Chooser UI application is documented the README.md of the openid-connect-client submodule.
-
-
-## Configuration
-
-Configure AccountChooserController via configuring a AccountChooserConfig bean in the spring-servlet.xml like so:
-
-
-
-
-
-
-
-
-
-The keys must match those found in the OpenIdConnectAuthenticationFilter's configuration like so:
-
-
-
-
-
-
-
-