301 Redirection for dynamic pages

I would like to redirect some dynamic pages to a new format.
In this two cases, how am I suppose to do my 301 redirection with the dynamic pages?
It is not very possible to manually do it the SEO setting page.

first: www.example.com/{Category}/{type}/{id} to www.example.com/{Category}/{id}
i.e. www.example.com/food/fruit/apple to www.example.com/food/apple

second: www.example.com/{Category}/{type}/{id} to www.example.com/{Category}
i.e. www.example.com/food/fruit/apple to www.example.com/food

Thanks a lot, please help.