I have lots of apps on my Start screen from various Visual Studio projects that I'd like to clean up. Is there a tool/utility that will automate that task for me?
You can remove it from the start screen.
If you want to automate this you could do so with PowerShell's Remove-AppxPackage or write an app to do so using the PackageManager.
--Rob