Remove filter and view options from custom post type edit screen

Css:

.tablenav.top .alignleft.actions select[name="m"],
.tablenav.top .alignleft.actions select#cat,
.tablenav.top .alignleft.actions input#post-query-submit,
.tablenav.top .view-switch { 
    display: none; 
}

Note: You’ll have to take a look at the input elements ID. I guess this will be named different on custom post types.