You should be able to eliminate any remote server if it doesn't have any logins specified. You could try removing the logins firts wit hsp_droplinkedsrvlogin or drop the server with sp_dropserver 'servername', 'droplogins'.
But if you don't want to eliminate the servers, you could specify differents logins to existing servers with sp_addlinkedsrvlogin stored procedure.