I love it, when I found the answer, only after I post the question on forums, lol :)
So apparently, to access it and remove it, I only needed to write:
get_node("../Car").queue_free()
...where those two dots bring me one level up on a tree - and it works! I am amazed!
Hope it will also help others when googling the answer for this or similar questions. :)