Wp_Nav_Menu – Identify the last menu item

You can use CSS Selectors to target the last menu item.

body > header .nav li:last-child a {
    border: none;
}