To hide the Recyle bin and view all site content links from the Quick launch in sharepoint 2010 follow the below procedure. You need to hide the links in the SP master page.
Find the master page v4.master or your custom master page and find head, above head add the following code:
<style>
.s4-specialNavLinkList
{
display:none !important;
}
</style>