You have 2 options:

(Easy) Hide it with CSS:

#header .social, #header .add-nav {
display: none;
}
The ul with the .social class has the RSS link and social media links and the ul with...