Once you start developing your own app / lib, you should remove all unnecessary parts left from the sample app.

If you are sure your app will only be run in modern browser / node.js with Promise present, you can bower uninstall amber-compat-es2015 --save.

As the last step, make sure the dependency tree is in a correct state by recreating it: first delete your bower_components folder, then run bower install from your CLI.