Firstly, sorry, but it should be \Page not /Page.

Secondly, you can use:

[VBA]
ActiveDocument.Range.GoTo(wdGoToPage, wdGoToAbsolute, 3) _
.Bookmarks("\Page").Range.Delete
[/VBA]

If the Rows you talk about are Table Rows and the Tables span Pages, however, it may be more complicated.