This removes a site collection and its related content database.
Remove-SPSite -Identity http://sp2010/sites/C0 -Confirm:$false Remove-SPContentDatabase -Identity WSS_Content_C0 -Confirm:$false