What if you try a workaround like this?
<Grid BackgroundColor="Yellow"> <Label Margin="0,-5,0,0" VerticalOptions="Start" BackgroundColor="Green" Text="^^^ I want to get rid of that yellow space ^^^"/> </Grid>
Hope that helps