Get a raw value of excerpt

Using the PHP strip_tags() function should clean out the unwanted HTML elements.

<?php
echo strip_tags( $post->post_excerpt );
?>