Removing subcategories from permalinks [duplicate]

You can rewrite you .htaccess if you are familiar with this.

Add the below line and try it:

RewriteRule ^category/(.+)$ http://www.example.com/$1 [R=301,L]