Remove a href from this code

You could use get_the_terms() instead: http://codex.wordpress.org/Function_Reference/get_the_terms

This just gives you an array of the associated terms. Then use that array to create your own list without links.