How to remove the excerpt in the Dzonia Lite theme

You just need to replace this line:

<?php the_excerpt(); ?>

With this line:

<?php the_content(); ?>

That should insert your post’s content instead of an excerpt.