You want only remove Help and RSS
With you, it is structured as follows:
Contact Us is the first link
Terms and Rules second link
Help is the third link
Home is the fourth link
and RSS is the last link
CSS:
CSS:
.p-footer-row-opposite .p-footer-linkList li:nth-child(3),
.p-footer-row-opposite .p-footer-linkList li:last-child {
display: none;
}