diff --git a/src/npc/agent/agentRetrieve.tw b/src/npc/agent/agentRetrieve.tw
deleted file mode 100644
index 80b381071922ea47bc9e8cc52e880faf591edd7e..0000000000000000000000000000000000000000
--- a/src/npc/agent/agentRetrieve.tw
+++ /dev/null
@@ -1,10 +0,0 @@
-:: Agent Retrieve [silently]
-
-<<set _ID = App.activeArcology().leaderID>>
-
-<<set _i = $slaveIndices[_ID]>>
-<<if def _i>>
-	<<= removeJob($slaves[_i], "be your agent")>>
-<</if>>
-
-<<goto "Neighbor Interact">>
diff --git a/src/uncategorized/neighborInteract.tw b/src/uncategorized/neighborInteract.tw
index 37a6a56122f35f16b667c3a06ffdd791b6ae41e2..0a8d74cdbb4f440beddb0818c2f02203d42e72e6 100644
--- a/src/uncategorized/neighborInteract.tw
+++ b/src/uncategorized/neighborInteract.tw
@@ -289,7 +289,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br>
 			[[Appoint an agent|Agent Select]] <<set $him = "them">>
 		<<else>>
 			<<setLocalPronouns _Agent>>
-			Your agent @@.deeppink;<<= SlaveFullName(_Agent)>>@@ is running this arcology. <<link "Recall and reenslave $him" "Agent Retrieve">><</link>>
+			Your agent @@.deeppink;<<= SlaveFullName(_Agent)>>@@ is running this arcology. <<link "Recall and reenslave $him" "Neighbor Interact">><<run removeJob(_Agent, "be your agent")>><</link>>
 		<</if>>
 		<span id="rename"> | <<link "Instruct $him to rename the arcology">><<replace #rename>> | <<textbox "$arcologies[$activeArcologyIdx].name" $arcologies[$activeArcologyIdx].name>> [[Confirm name|Neighbor Interact]]<</replace>><</link>></span>
 		<<if $arcologies[_currentNeighbor].government === "your agent">>