How to obtain the html stripped version of $category->description?

Have you tried something like this?

strip_tags($category->description)

Here the reference page for the strip_tags function