How to hide some context menu items?

No way, look what I’ve found.

div.workspace-ribbon {
    display: none !important;
    visibility: hidden;
}

Use this if you want to completely hide the left sidebar!!!