Hi Brent,
unfortunately at the moment the Blog module doesn't feature a rich look&feel customization. But you can easily hide the Permalink, Trackback, and other objects with a workaround. You need to add a CSS style in your portal's stylesheet like this:
.blog_trackback {
display: none;
}
I suggest you to do this in Admin > Site Settings > Stylesheet editor. Don't forget to hit the Save Style Sheet link before exiting. Let me know if you need further help.
Best regards,
Dario Rossa