How to Detach a Existing Database to SQL Server?
Remove an Added Database from SQL Server
Right click on that database which you want to remove.
Go to Task, and select Detach.
Check Drop on selected database and click on OK.
Finally, you will see that perticular database wil be removed from SQL Server.