Update:
I tried doing that and it removed the entire header area. What i found is listed below from my header.php:
<li class=”first<?php if(is_home()) echo ‘ current_page_item’; ?>”>“>Home
<?php wp_list_pages(‘title_li=&depth=1’); ?>
Now with this, would i just take out what script to remove the home url? just the:
<li class=”first<?php if(is_home()) echo ‘ current_page_item’; ?>”>“>Home
?